home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / aminet / 9-96 / lha-archive / opal24_020.lha / OpalVision / Prefs / Switcher.keys < prev    next >
Text File  |  1994-09-03  |  7KB  |  324 lines

  1. // $VER: Switcher.Keys 1.0 (29.03.93)
  2. // This is the keyboard definitions for OpalSwitcher.
  3. // By Martin Boyd, Opal Technology.
  4.  
  5.  
  6.  
  7.     Section MainMenu        // Main Menu commands
  8.  
  9.  
  10. // These command will be executed during the switcher startup.
  11.  
  12. StartUp            ProgS1        // Set program source to #1
  13. StartUp            PresS1        // Set preset source to #1
  14.  
  15.  
  16. Amiga q            Quit
  17. Help            Help
  18. Shift Help        About
  19. Amiga p            Preferences
  20. Amiga s            SourcePrefs
  21. Amiga d            DirectoryPrefs
  22. Amiga r            ColourPrefs        //or ColorPrefs
  23. Amiga g            GeneralPrefs
  24. Amiga w            WBProgs
  25. Amiga W            WBProgList
  26. Amiga o            OpalPaint
  27. Amiga O            RemoveOpalPaint
  28. Amiga c            OpalCG
  29. Amiga C            RemoveOpalCG
  30. Amiga e         FXEdit
  31. Amiga E            RemoveFXEdit
  32. Amiga f            FramegrabMenu
  33. Amiga F            FramegrabMenu
  34. Amiga k            Keyer
  35. Amiga K            KeyerMenu
  36. Amiga t            ChromaCTRL
  37. Amiga b            GradientMenu
  38. Amiga l            BalanceMenu
  39. Amiga z            AVPrefs
  40. Amiga n            EffectByName
  41. Amiga m            EditMode
  42. Amiga i            Iconise            //or Iconize
  43.  
  44. Alt o            ToggleOverscan        //Overscan screen
  45. Alt a            ToggleAFV        //Audio follows video
  46. Alt g            ToggleGPI        //GPI Trigger
  47. Alt e            ExecuteGraphic
  48. Alt E            FreeGraphic
  49. Alt s            SaveGraphic
  50. Alt f            FramestoreList
  51. Alt c            CGPageList
  52. Alt p            OpalPaintPageList
  53.  
  54.  
  55. Return            Take
  56. Space            DoEffect
  57. Esc            Abort
  58.  
  59.  
  60. KeyPad0            DoAudio
  61. KeyPad.            DoVideo
  62.  
  63. -            DecreaseFXSpeed
  64. =            IncreaseFXSpeed
  65.  
  66. ,            Fast
  67. .            Medium
  68. /            Slow
  69.  
  70. <            SetFastSpeed
  71. >            SetMediumSpeed
  72. ?            SetSlowSpeed
  73.  
  74.  
  75. UpArrow            EffectAbove
  76. DownArrow        EffectBelow
  77. LeftArrow        EffectLeft
  78. RightArrow        EffectRight
  79. Shift UpArrow        CategoryAbove
  80. Shift DownArrow        CategoryBelow
  81.  
  82. // ARexx
  83.  
  84. Amiga a            ARexxMenu
  85. Amiga A            ARexxCommandMenu
  86.  
  87.  
  88. //    Events Keys.
  89.  
  90. KeyPad*            DoEvent
  91. KeyPad-            EventDown
  92. KeyPad+            EventUp
  93. Enter            RecordEvent
  94. Shift KeyPad-        FirstEvent
  95. Shift KeyPad+        LastEvent
  96. Amiga v            PerformEvents
  97. Amiga V            EventList
  98.  
  99.  
  100. // Program source control
  101. q            ProgS1
  102. w            ProgS2
  103. e            ProgS3
  104. r            ProgS4
  105. t            ProgS5
  106. y            ProgS6
  107. u            ProgS7
  108. i            ProgS8
  109. o            ProgS9
  110. p            ProgS10
  111.  
  112. // Preset source control
  113. a            PresS1
  114. s            PresS2
  115. d            PresS3
  116. f            PresS4
  117. g            PresS5
  118. h            PresS6
  119. j            PresS7
  120. k            PresS8
  121. l            PresS9
  122. ;            PresS10
  123.  
  124. // Preview source control
  125. z            PrevS1
  126. x            PrevS2
  127. c            PrevS3
  128. v            PrevS4
  129. b            PrevS5
  130. n            PrevS6
  131. m            PrevS7
  132.  
  133.  
  134.  
  135. //                      Audio Control
  136. //
  137. //   Key commands can be used to set the audio mixer and equaliser levels
  138. // to absolute positions, or to move them by a set amount.
  139. //   The range of the mixer levels is 0 to 65535 (0=off 65535=full).
  140. //   The range of the equaliser levels is -32768 to 32767 (+/- dB).
  141. //
  142. // To set an absolute mixer level, the command token starts with either
  143. // 'AudioPres' or 'AudioProg' depending on whether you wish to set the
  144. // preset or program buses, followed by the slider number (1 to 5).
  145. //e.g. To set Preset level 1 to fully on, use:
  146. //    AudioPres1Level 65535
  147. //
  148. // To move an audio level by a relative amount, add 'Move' to the begining
  149. //of the token.
  150. // e.g. To move the program level 2 by 10%, use
  151. //    MoveAudioProg1Level 6554
  152. //
  153. // The output levels are simply called 'RightLevel' and 'LeftLevel', to modify
  154. //both the left and right output levels at the same time, use 'Output',
  155. // e.g.
  156. //    AudioPresLeftLevel 0
  157. //    AudioPresOutputLevel 65535
  158. //    MoveAudioPresOutput 6554
  159. //
  160. //  The equaliser levels are set in a similar manner, the names for
  161. //each slider are the same as appears on the switcher screen.
  162. //i.e. 60,200,800,3000,12000
  163. //Examples:
  164. //    PresEQ200 0          // Set preset equaliser setting for 200Hz to 0.
  165. //    MoveProgEQ800 -3277  // Move program eq setting for 800Hz down by 10%
  166.  
  167.  
  168. // Preset Audio levels.
  169. 1            AudioPresSource1    //Set Audio source 1 to full. 2..4=0
  170. 2            AudioPresSource2
  171. 3            AudioPresSource3
  172. 4            AudioPresSource4
  173. 5            AudioPresSource5
  174.  
  175. Shift 1            AudioPres1Level    65535
  176. Shift 2            AudioPres2Level    65535
  177. Shift 3            AudioPres3Level    65535
  178. Shift 4            AudioPres4Level    65535
  179. Shift 5            AudioPres5Level    65535
  180.  
  181. Amiga 1            AudioPres1Level    0
  182. Amiga 2            AudioPres2Level    0
  183. Amiga 3            AudioPres3Level    0
  184. Amiga 4            AudioPres4Level    0
  185. Amiga 5            AudioPres5Level    0
  186.  
  187. Alt 1            MoveAudioPres1Level 5120
  188. Alt 2            MoveAudioPres2Level 5120
  189. Alt 3            MoveAudioPres3Level 5120
  190. Alt 4            MoveAudioPres4Level 5120
  191. Alt 5            MoveAudioPres5Level 5120
  192.  
  193. Alt Shift 1        MoveAudioPres1Level -5120
  194. Alt Shift 2        MoveAudioPres2Level -5120
  195. Alt Shift 3        MoveAudioPres3Level -5120
  196. Alt Shift 4        MoveAudioPres4Level -5120
  197. Alt Shift 5        MoveAudioPres5Level -5120
  198.  
  199.  
  200. shift =            AudioPresRightLevel    65535
  201. shift -            AudioPresLeftLevel    65535
  202.  
  203. Amiga =            AudioPresRightLevel    0
  204. Amiga -            AudioPresLeftLevel    0
  205.  
  206. Alt =            MoveAudioPresRight    5120
  207. Alt -            MoveAudioPresLeft    5120
  208.  
  209. Alt Shift =        MoveAudioPresRight    -5120
  210. Alt Shift -        MoveAudioPresLeft    -5120
  211.  
  212.  
  213. shift \            AudioPresOutputLevel    65535
  214. Amiga \            AudioPresOutputLevel    0
  215. Alt \            MoveAudioPresOutput    5120
  216. Alt Shift \        MoveAudioPresOutput    -5120
  217.  
  218.  
  219.  
  220.  
  221. // Program Audio levels.
  222.  
  223. 6            AudioProgSource1
  224. 7            AudioProgSource2
  225. 8            AudioProgSource3
  226. 9            AudioProgSource4
  227. 0            AudioProgSource5
  228.  
  229. Shift 6            AudioProg1Level    65535
  230. Shift 7            AudioProg2Level    65535
  231. Shift 8            AudioProg3Level    65535
  232. Shift 9            AudioProg4Level    65535
  233. Shift 0            AudioProg5Level    65535
  234.  
  235. Amiga 6            AudioProg1Level    0
  236. Amiga 7            AudioProg2Level    0
  237. Amiga 8            AudioProg3Level    0
  238. Amiga 9            AudioProg4Level    0
  239. Amiga 0            AudioProg5Level    0
  240.  
  241. Alt 6            MoveAudioProg1Level 5120
  242. Alt 7            MoveAudioProg2Level 5120
  243. Alt 8            MoveAudioProg3Level 5120
  244. Alt 9            MoveAudioProg4Level 5120
  245. Alt 0            MoveAudioProg5Level 5120
  246.  
  247. Alt Shift 6        MoveAudioProg1Level -5120
  248. Alt Shift 7        MoveAudioProg2Level -5120
  249. Alt Shift 8        MoveAudioProg3Level -5120
  250. Alt Shift 9        MoveAudioProg4Level -5120
  251. Alt Shift 0        MoveAudioProg5Level -5120
  252.  
  253.  
  254.   // ARexx commands. NOTE: These should not be changed.
  255.  
  256. Amiga F1    ARexxMacro 1
  257. Amiga F2    ARexxMacro 2
  258. Amiga F3    ARexxMacro 3
  259. Amiga F4    ARexxMacro 4
  260. Amiga F5    ARexxMacro 5
  261. Amiga F6    ARexxMacro 6
  262. Amiga F7    ARexxMacro 7
  263. Amiga F8    ARexxMacro 8
  264. Amiga F9    ARexxMacro 9
  265. Amiga F10    ARexxMacro 10
  266.  
  267. Alt F1        ARexxMacro 11
  268. Alt F2        ARexxMacro 12
  269. Alt F3        ARexxMacro 13
  270. Alt F4        ARexxMacro 14
  271. Alt F5        ARexxMacro 15
  272. Alt F6        ARexxMacro 16
  273. Alt F7        ARexxMacro 17
  274. Alt F8        ARexxMacro 18
  275. Alt F9        ARexxMacro 19
  276. Alt F10        ARexxMacro 20
  277.  
  278. Control F1    ARexxMacro 21
  279. Control F2    ARexxMacro 22
  280. Control F3    ARexxMacro 23
  281. Control F4    ARexxMacro 24
  282. Control F5    ARexxMacro 25
  283. Control F6    ARexxMacro 26
  284. Control F7    ARexxMacro 27
  285. Control F8    ARexxMacro 28
  286. Control F9    ARexxMacro 29
  287. Control F10    ARexxMacro 30
  288.  
  289.  
  290.  
  291.     Section EditMenu
  292.  
  293. Amiga q            Quit
  294. Help            Help
  295.  
  296. UpArrow            EffectAbove
  297. DownArrow        EffectBelow
  298. LeftArrow        EffectLeft
  299. RightArrow        EffectRight
  300. Shift UpArrow        CategoryAbove
  301. Shift DownArrow        CategoryBelow
  302. m            MakeEffect
  303. Del            DeleteEffect
  304. r            RenameEffect
  305. M            MakeCategory
  306. shift Del        DeleteCategory
  307. R            RenameCategory
  308. Amiga e            FXEdit
  309. Amiga n            EffectByName
  310. Amiga m            Exit
  311.  
  312.     Section GeneralMenus
  313.  
  314. y            Okay
  315. o            Okay
  316. Return            Okay
  317. Enter            Okay
  318. q            Cancel
  319. c            Cancel
  320. n            Cancel
  321. ESC            Cancel
  322. Help            Help
  323.  
  324.